home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-06-15 | 318 b | 15 lines | [TEXT/DWat] |
- graphunits inches
- % Position the graph location for the first graph
- % and run the script ‘DoPlot1’ to draw it
- graphframe 2 6 1 3
- Do_Plot_A
- drawframe
-
- % Now do the same for the second and third graphs% moving the graph location each time.
- graphframe 2 5 4 6
- Do_Plot_B
- drawframe
-
- graphframe 1 7 8 10
- Do_Plot_C
- drawframe